home *** CD-ROM | disk | FTP | other *** search
/ Champak 120 / Vol 120.iso / games / anacroz.swf / scripts / frame_8 / PlaceObject2_1704_5 / CLIPACTIONRECORD on(press).as
Encoding:
Text File  |  2010-11-09  |  198 b   |  9 lines

  1. on(press){
  2.    _root.fx.attachSound("select");
  3.    _root.fx.start();
  4.    gotoAndStop(2);
  5.    _root.est_defender.gotoAndStop(1);
  6.    _root.est_atacar.gotoAndStop(1);
  7.    tropa1.setEstrategia(2);
  8. }
  9.